home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-
- on mouseUp
- global documento, docAnterior
- cursor(-1)
- set documento to "success"
- set docAnterior to "success"
- go("key", "bonus")
- repeat with x = 9 to 13
- set the visible of sprite x to 0
- end repeat
- end
-